| Package | hl7.terminology |
| Resource Type | CodeSystem |
| Id | accepting-patients |
| FHIR Version | R5 |
| Source | http://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-accepting-patients.html |
| URL | http://terminology.hl7.org/CodeSystem/accepting-patients |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-08-07T21:08:36+00:00 |
| Name | AcceptingPatients |
| Title | Accepting Patients |
| Realm | uv |
| Authority | hl7 |
| Description | This code system defines a set of codes that can be used to indicate a practice is accepting new patients. |
| Copyright | This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license |
| Content | complete |
| ValueSet | |
| accepting-patients | Accepting Patients |
| AcceptingPatientsVS | Accepting Patients Codes Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem accepting-patients
Last updated: 2020-04-09 21:10:28+0000
Profile: Shareable CodeSystem
This case-sensitive code system http://terminology.hl7.org/CodeSystem/accepting-patients defines the following codes:
{
"resourceType": "CodeSystem",
"id": "accepting-patients",
"meta": {
"lastUpdated": "2020-04-09T21:10:28.568+00:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pa"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
}
],
"url": "http://terminology.hl7.org/CodeSystem/accepting-patients",
"version": "1.0.0",
"name": "AcceptingPatients",
"title": "Accepting Patients",
"status": "active",
"experimental": false,
"date": "2025-08-07T21:08:36+00:00",
"publisher": "Health Level Seven International",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org"
},
{
"system": "email",
"value": "hq@HL7.org"
}
]
}
],
"description": "This code system defines a set of codes that can be used to indicate a practice is accepting new patients.",
"copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
"caseSensitive": true,
"valueSet": "http://terminology.hl7.org/ValueSet/accepting-patients",
"content": "complete",
"concept": [
{
"code": "nopt",
"display": "Not Accepting",
"definition": "Not accepting patients"
},
{
"code": "newpt",
"display": "Accepting new and existing patients",
"definition": "Accepting new and existing patients"
},
{
"code": "existptonly",
"display": "Accepting existing patients only",
"definition": "Accepting existing patients only"
},
{
"code": "existptfam",
"display": "Accepting existing patients and their families only",
"definition": "Accepting existing patients and members of their families only"
}
]
}